﻿2026-08-02T16:14:03.8151407Z ##[group]Run actions/checkout@v5
2026-08-02T16:14:03.8151813Z with:
2026-08-02T16:14:03.8152095Z   repository: BigscreenVR/spt-bs-core
2026-08-02T16:14:03.8154619Z   token: ***
2026-08-02T16:14:03.8154876Z   ssh-strict: true
2026-08-02T16:14:03.8155141Z   ssh-user: git
2026-08-02T16:14:03.8155384Z   persist-credentials: true
2026-08-02T16:14:03.8155654Z   clean: true
2026-08-02T16:14:03.8155899Z   sparse-checkout-cone-mode: true
2026-08-02T16:14:03.8157668Z   fetch-depth: 1
2026-08-02T16:14:03.8157946Z   fetch-tags: false
2026-08-02T16:14:03.8158197Z   show-progress: true
2026-08-02T16:14:03.8158449Z   lfs: false
2026-08-02T16:14:03.8158676Z   submodules: false
2026-08-02T16:14:03.8158925Z   set-safe-directory: true
2026-08-02T16:14:03.8159236Z   allow-unsafe-pr-checkout: false
2026-08-02T16:14:03.8159524Z env:
2026-08-02T16:14:03.8159743Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-02T16:14:03.8160072Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-02T16:14:03.8160358Z ##[endgroup]
2026-08-02T16:14:04.0143343Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T16:14:04.0144275Z ##[group]Getting Git version info
2026-08-02T16:14:04.0144589Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-02T16:14:04.0347539Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-02T16:14:04.0726335Z git version 2.43.0.windows.1
2026-08-02T16:14:04.0760442Z ##[endgroup]
2026-08-02T16:14:04.0768703Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4d1aab36-a66e-49eb-886a-0a86ec5bbf58\.gitconfig'
2026-08-02T16:14:04.0782957Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4d1aab36-a66e-49eb-886a-0a86ec5bbf58' before making global git config changes
2026-08-02T16:14:04.0783870Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:14:04.0788600Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-02T16:14:04.1609844Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-02T16:14:04.1823967Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:14:04.1849714Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T16:14:04.1854210Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T16:14:04.3273340Z refs/heads/golden/barometer
2026-08-02T16:14:04.3304069Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-02T16:14:04.4945210Z HEAD is now at a0b8d5f5b release: v0.52.0 changelog — the kill path authenticates before it fires
2026-08-02T16:14:04.8759157Z ##[endgroup]
2026-08-02T16:14:04.8763513Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-02T16:14:05.5869303Z ##[group]Cleaning the repository
2026-08-02T16:14:05.5874613Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-02T16:14:08.2257270Z Removing .adapter-notify/
2026-08-02T16:14:08.2257729Z Removing target/
2026-08-02T16:14:08.2289900Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-02T16:14:08.2973240Z HEAD is now at a0b8d5f5b release: v0.52.0 changelog — the kill path authenticates before it fires
2026-08-02T16:14:08.2998617Z ##[endgroup]
2026-08-02T16:14:08.3003394Z ##[group]Disabling automatic garbage collection
2026-08-02T16:14:08.3009407Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-02T16:14:08.3301957Z ##[endgroup]
2026-08-02T16:14:08.3309276Z ##[group]Setting up auth
2026-08-02T16:14:08.3309816Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:14:08.3564373Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-02T16:14:09.0195313Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:14:09.0496903Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-02T16:14:09.8103526Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:14:09.8350924Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-02T16:14:10.5182170Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-02T16:14:10.5524031Z ##[endgroup]
2026-08-02T16:14:10.5524636Z ##[group]Fetching the repository
2026-08-02T16:14:10.5534102Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2138b16526af959112fa39e245dc027c7bfcc754:refs/remotes/origin/golden/barometer
2026-08-02T16:14:11.3566175Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:14:11.3566900Z  + a0b8d5f5b...2138b1652 2138b16526af959112fa39e245dc027c7bfcc754 -> origin/golden/barometer  (forced update)
2026-08-02T16:14:11.3709641Z ##[endgroup]
2026-08-02T16:14:11.3709965Z ##[group]Determining the checkout info
2026-08-02T16:14:11.3711070Z ##[endgroup]
2026-08-02T16:14:11.3716420Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-02T16:14:11.4002174Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-02T16:14:11.4258552Z ##[group]Checking out the ref
2026-08-02T16:14:11.4262469Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T16:14:11.6081227Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T16:14:11.6081809Z Your branch is up to date with 'origin/golden/barometer'.
2026-08-02T16:14:11.6082717Z Previous HEAD position was a0b8d5f5b release: v0.52.0 changelog — the kill path authenticates before it fires
2026-08-02T16:14:11.6083399Z Switched to and reset branch 'golden/barometer'
2026-08-02T16:14:11.6110614Z ##[endgroup]
2026-08-02T16:14:11.6417044Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-02T16:14:11.6678647Z 2138b16526af959112fa39e245dc027c7bfcc754
